You are here: FAQ > Documaker Standard Edition FAQ > Rules Processing Issues > How do I make sure overflow pages are created when running in single-step mode?

How do I make sure overflow pages are created when running in single-step mode?

Be sure to place the PrintFormset rule before the PaginateAndPropogate rule in the AFGJOB.JDT file when running in single-step mode. Otherwise, overflow pages may not be properly created. Here is an example:

<Base Form Set Rules>
;NoGenTrnTransactionProc;;;
;UseXMLExtract;;;
;ResetOvFlw;;;
;BuildFormList;;;
;LoadRcpTbl;;;
;RunSetRcpTbl;;;
;WriteOutput;;;
;WriteNaFile;;;
;BatchingByRecipINI;;;
;PaginateAndPropogate;;;
;PrintFormset;;;
;PaginateAndPropogate;;;
;FormDescription;;;